home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / selector90.lha / Selector / pref / back.sel next >
Text File  |  1998-10-14  |  654b  |  61 lines

  1. checkoptions on
  2. columns 2
  3. [sj]
  4.  
  5. title "Select Background"
  6.  
  7. size 12
  8. tempcol * 0
  9. button "0" exit 0
  10.  
  11. tempcol * 1
  12. button "1" exit 1
  13.  
  14. tempcol * 2
  15. button "2" exit 2
  16.  
  17. tempcol * 3
  18. button "3" exit 3
  19.  
  20. tempcol * 4
  21. button "4" exit 4
  22.  
  23. tempcol * 5
  24. button "5" exit 5
  25.  
  26. tempcol * 6
  27. button "6" exit 6
  28.  
  29. tempcol * 7
  30. button "7" exit 7
  31.  
  32. tempcol * 8
  33. button "8" exit 8
  34.  
  35. tempcol * 9
  36. button "9" exit 9
  37.  
  38. tempcol * 10
  39. button "10" exit 10
  40.  
  41. tempcol * 11
  42. button "11" exit 11
  43.  
  44. tempcol * 12
  45. button "12" exit 12
  46.  
  47. tempcol * 13
  48. button "13" exit 13
  49.  
  50. tempcol * 14
  51. button "14" exit 14
  52.  
  53. tempcol * 15
  54. button "15" exit 15
  55.  
  56. startbox
  57. button Other load /pref/colorreq.sel
  58.  
  59. button Cancel exit
  60. endbox
  61.